Skip to content
dalei.uk
Go back

Building a Minimalist, Private AI Workspace

Building a Minimalist, Private AI Workspace

In an era where AI interfaces are becoming increasingly cluttered with subscription prompts, social sharing buttons, and tracking pixels, I wanted something different. I wanted an AI assistant that felt like a native extension of my workspace: fast, private, and distraction-free.

That’s how AI Workspace was born.

The Philosophy

The core design principle for this project is simple: Less is more.

I stripped away every unnecessary element. There are no marketing banners, no complex sidebar navigations, and no unnecessary UI bloat. The aesthetic is strictly Apple-inspired—deep blacks, subtle grays, and frosted glass (backdrop-filter) effects that respect the content above all else.

The Architecture

The system is built entirely on the Cloudflare serverless ecosystem. It is a full-stack application that proves you don’t need a heavy infrastructure to run a high-performance AI tool.

1. The Backend (Cloudflare Workers)

The entire application logic, from the API routing to the chat handling, lives in a single, optimized JavaScript worker. It handles requests in milliseconds, keeping the latency invisible.

2. The Memory (Cloudflare D1)

To ensure the AI feels “personal,” I integrated Cloudflare D1. It functions as a serverless SQLite database, allowing the system to remember conversation context. Whether I am on my PC or my phone, my workspace is synced.

3. The Brain (Workers AI)

I chose the Qwen 3 (30B) model, hosted natively on Cloudflare’s global edge. This allows for rapid, logic-heavy responses without the complexity of managing third-party API keys or worrying about unpredictable bills.

Privacy by Design

Privacy isn’t just a feature; it’s the foundation.

Experience It

The project is live and functioning as my daily driver for coding tasks, logic refinement, and brainstorming.

You can visit the live workspace here: https://chat.dalei.uk

Final Thoughts

This project has been an exercise in restraint. By limiting the technology stack to a single, serverless provider and focusing on core usability, I’ve managed to create a tool that is more useful than many of the bloated alternatives available today.

The future of software is in the hands of those who know what to remove, not just what to add.

Building a Minimalist, Private AI Workspace



Previous Post
极简云端记账:基于 Jetpack Compose 与 Cloudflare D1 的全栈实战
Next Post
Cloud Gallery: High-Performance Image Hosting on Serverless Architecture